home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / lod321b.zip / GAME.CTL < prev    next >
Text File  |  1992-05-20  |  5KB  |  111 lines

  1. ;Door Control file
  2. ;-----------------
  3. ;
  4. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  5. ;            the users.
  6. ;
  7. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  8. ;            the users.
  9. ;
  10. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  11. ;
  12. ;Mono:       Will disable color on the local side. (Necessary if you are
  13. ;            running a monochrome system)
  14. ;
  15. ;BBSType:    Specifies the type of bbs software under which this door program
  16. ;            will be run. Valid bbs types include:
  17. ;
  18. ;                    LOCAL - Always log on as local user
  19. ;                    SYSOP - Always log on as sysop
  20. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  21. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  22. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  23. ;                    PCB14 - Pcboard version 14
  24. ;                     WWIV - WWIV bbs (uses chain.txt)
  25. ;                  PHOENIX - Phoenix bbs
  26. ;                  WILDCAT - Wildcat bbs (not WC 3.0!)
  27. ;                  DOORSYS - Any bbs using door.sys (WC 3.0, Gap, etc)
  28. ;                 SPITFIRE - Spitfire bbs system (SFDOORS.DAT)
  29. ;                      2AM - 2AM-bbs (jumper.dat)
  30. ;
  31. ;ComPort:    For bbs types that do not have the com-port contained in their
  32. ;            door information files (such as PCBOARD-12), you will have to
  33. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  34. ;            not the whole word COM1.
  35. ;
  36. ;LockBaud:   This will specify a locked baud rate. If you specify this
  37. ;            parameter, then no matter what the bbs software says, this
  38. ;            baud rate will be used. [NOTE: You can also specify the locked
  39. ;            baud rate using /Bxxxx from the command line]
  40. ;
  41. ;Internal:   Selecting this option will cause doordriver to use it's internal
  42. ;            buffered comm routines. If you do not have a fossil, it is a good
  43. ;            idea to use this option.
  44. ;
  45. ;Maxtime:    The maxtime parameter will allow you to specify a maximum time
  46. ;            per session that a user may be in the door. (i.e. if you
  47. ;            specified 30 minutes, then if the user had 60 mins left, he could
  48. ;            only play for 30 mins)
  49. ;
  50. ;Quiet:      If specified, the door will strip out all ^G characters from
  51. ;            the local side.
  52. ;
  53. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  54. ;            of "OFF" if you wish it to be disabled.
  55. ;
  56. ;Statfore:   The foreground color of the status line (default 0)
  57. ;
  58. ;Statback:   The background color of the status line (default 7)
  59. ;
  60. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  61. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  62. ;            understand, FORCE and QUICKBBS require this option set although
  63. ;            RBBS should not.
  64. ;
  65. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  66. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  67. ;            enhanced screen allows the local sysop to see much more infor-
  68. ;            mation on the screen.
  69. ;
  70. ;25Exit:     The 25EXIT option will tell DoorDriver to switch back to the 25
  71. ;            line mode when doordriver is completed. This option is only
  72. ;            useful when the above 43LINE option is used. If 25EXIT is not
  73. ;            specified and 43LINE is, then doordriver will exit to DOS in
  74. ;            the 43-line mode.
  75. ;
  76. SYSOPFIRST SCOTT
  77. SYSOPLAST BAKER
  78. BBSNAME THE NOT-YET-NAMED BBS
  79. ;
  80. ;       ::::------- Put your bbs type here! Select from those listed above
  81. ;       ::::
  82. ;       \/\/
  83. BBSTYPE RBBS
  84. ;
  85. ;                   If you are using a bbs type that doesn't provide the com
  86. ;        ::-------- port num in it's door information file (such as pcb-12),
  87. ;        \/         then uncomment this line and put your com port here.
  88. ;COMPORT 1
  89. ;
  90. ;          ::------ If you are using a locked com port, then you may wish to
  91. ;          \/       un-comment and use this line.
  92. ;LOCKBAUD 38400
  93. ;
  94. ;
  95. ;INTERNAL
  96. ;                   Uncomment this line if you are running a monochrome
  97. ;  ::-------------- system on the local side.
  98. ;  \/
  99. ;MONO
  100. ;QUIET
  101. STATUS ON
  102. STATFORE 0
  103. STATBACK 7
  104. ;                   Uncomment this if GW doesn't give color output to users
  105. ;  ::-------------- who have color (ansi) selected.
  106. ;  \/
  107. ;COLOR1
  108. ;
  109. ;43LINE
  110. ;25EXIT
  111.